/* 主页多图轮播 */

.picbase1 {
    width: inherit !important
}

.post.post2 .picbase1 img {
    object-fit: cover;
    width: inherit !important;
}

.picbase1s {
    width: inherit !important;
    height: inherit !important;
}

.picbase1-content h2{
    background: #009688;
}

.picbase1-credit{
    display: none;
}

.picbase1-content p{
    display: none;
}

@media screen and (max-width: 999px){
    .post.post2{
        height: 350px !important;
    }
    #picbasew2{
        height: 350px !important;
    }
    .picbase1{
        height: 350px !important;
    }
    .picbase1 img{
        height: 350px !important;
    }

    
}

@media (min-width: 999px){
    .post.post2{
        height: 700px !important;
    }
    #picbasew2{
        height: 700px !important;
    }
    .picbase1{
        height: 700px !important;
    }
    .picbase1 img{
        height: 700px !important;
    }
}

.picbase1-content{
    display: none;
}